

/*#style.css 01.01.1970 03:00#*/


.mainImageLoading {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

body, html {
    height: 100%;
    background-image: url(/skin/photoPage/backtile.png);
    background-color: #222;
    min-width: 600px !important;
}

.imain .navPhotoBlock {
    opacity: 0.8;
}

.imain .navPhotoList a {
    width: 97px;
}

.photoCaption {
    position: relative;
}

h1 {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    position: absolute;
    background-color: rgba(100, 100, 100, 0.6);
    border: 1px solid rgba(255,255,255,0.6);
    border-right: none;
    text-shadow: 1px 1px 2px black;
    text-indent: 10px;
    z-index: 100;
    font-weight: normal;
    padding: 10px;
    padding-right:18px;
    right: -1px;
    top: 22px;
    z-index: 4;
}

.ph1p {
    border: 1px solid rgba(255,255,255,0.6);
    background-color: rgba(100, 100, 100, 0.6);
    position: relative;
    left: -10px;
    color: #FFF;
    text-shadow: 1px 1px 0px #000;
    width: 235px;
}

.photoCaption p {
    margin-top: 0
}

.photoCaption a {
    font-size: 14px;
    color: #FFF;
    text-decoration: underline;
    text-shadow: 1px 1px 1px #000,1px -1px 1px #000,0px 0px 1px #000;
}

.photoCaption .user {
    font-size: 10px;
    color: #444;
    color: #D37519;
    font-weight: bold
}

.navPhotoBlock {
    background-color: rgba(10, 10, 10, 04);
    position: absolute;
    border-radius: 10px 10px 0 0;
    border: 1px solid #444;
    box-shadow: 0 0 6px #444;
    bottom: 3px;
    left: 0px;
    width: 100%;
    opacity: 0.6;
    padding: 4px;

    transition-property: opacity;
    transition-duration: 1.3s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1.3s;
    -o-transition-property: top;
    -o-transition-duration: 1.3s;
}

.navPhotoBlock:hover {
    opacity: 1;
}

.thisPage .hidenThen {
    transition-property: opacity;
    transition-duration: 1.3s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1.3s;
    -o-transition-property: opacity;
    -o-transition-duration: 1.3s;
}

.thisPage .hideBefore {
    opacity: 0.1;
}

.thisPage .hidenThen {
    transition-property: opacity;
    transition-duration: 1.3s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1.3s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1.3s;
    -o-transition-property: opacity;
    -o-transition-duration: 1.3s;
}

.thisPage.hideAll .hidenThen {
    /*opacity: 0.3 !important;*/
}

.thisPage .theImage {

    border: 1px solid #000;
    box-shadow: 2px 2px 2px 0px #000;

    /*transition-property: all;
   transition-duration: 1.3s;
   -moz-transition-property: all;
   -moz-transition-duration: 1.3s;
   -webkit-transition-property: all;
   -webkit-transition-duration: 1.3s;
   -o-transition-property: all;
   -o-transition-duration: 1.3s;*/
}

/*.navPhotoList {*/
/*max-width: 800px;*/
/*height: 88px;*/
/*overflow-x: auto;*/
/*overflow-y: hidden;*/
/*}*/

/*.navPhotoList div {*/
/*width: auto;*/
/*overflow-x: visible;*/
/*overflow-y: visible;*/
/*height: 55px;*/
/*white-space: nowrap;*/
/*}*/

.navPhotoList a {
    display: inline-block;
    font-size: 8px;
    width: 68px;
    height: 61px;
    overflow: hidden;
    margin: 2px;
    margin-left: 0;
    margin-top: 0;
    border: 1px solid #FFF;
    position: relative;
    z-index: 0;
    float: left;
}

.scrollerD2 {
    position: absolute;
    bottom: 0;
    left: 50%;
}

/*.navPhotoListimg {*/
/*padding: 2px;*/
/*box-shadow: 0 0 4px #000;*/
/*}*/

.navPhotoList .selected {
    border: 2px solid #000;
    width: 67px;
    height: 58px;
    margin: 1px;
    z-index: 1;
}

.navPhotoList .selected img {
    opacity: 0.5 !important;
}

/*.navPhotoList .lr {*/
/*opacity: 0.6;*/
/*}*/

.mLeft, .mRight {
    font-size: 70px;
    color: #000;
    text-shadow: 0 0 4px #FFF;

    cursor: pointer;
    padding: 20px;
}

.mLeft:hover, .mRight:hover {
    color: #FFF;
    text-shadow: 0 0 2px #000;
}

.navPhotoList .nextPage,
.navPhotoList .prevPage {
    border: 4px solid #444;
    width: 66px;
    height: 55px;
    opacity: 0.5;
}

.thisPage {
    height: 100%;
    overflow: hidden;
}

.trtop, .trtop td {
    height: 0px;
}

td.main, .imain {
    overflow: hidden;
}

td.main {
    width: 100%;
}

td.pannel {
    width: 224px;
    /*position: relative;*/
}

.about_tab {
    position: absolute;
    font-size: 90%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 222px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.2);

    color: #FFF;
    text-shadow: 1px 1px 0px #000;
}

table {
    border-collapse: collapse;
}

.authorblock {
    position: relative;
    cursor: pointer;
    color: #AAA;
}

.authorblock:hover .exinfo {
    display: inline-block;
}

.authorblock .exinfo {
    display: none;
    position: absolute;
    background-color: #FF9;
    color: #000;
    text-shadow: none;
    padding: 9px;
    top: 12px;
    left: 0;
    z-index: 2;
    width: 183px
}

.scrollerBlock {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0.4;

    transition-property: opacity;
    transition-duration: 1s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
}

.scrollerBlock:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
